home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Music / J-L / Loop Sequencer 1.0.sit / Source / AsmCommonHeader.h / AsmCommonHeader.h
Encoding:
C/C++ Source or Header  |  1994-05-31  |  152 b   |  13 lines  |  [TEXT/MMCC]

  1. #if __MWERKS__
  2.  
  3. #define ASM_FUNC asm
  4. #define ASM_BEGIN
  5. #define ASM_END
  6.  
  7. #elif THINK_C
  8.  
  9. #define ASM_FUNC
  10. #define ASM_BEGIN asm{
  11. #define ASM_END }
  12.  
  13. #endif